home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 1
/
Merciful - Disc 1.iso
/
software
/
r
/
rexx_plus_compiler
/
rexxpluscompiler2.dms
/
in.adf
/
RexxIntuition
/
Scripts
/
Scripts.zoo
/
Msg.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1992-05-30
|
360 b
|
13 lines
/* An example of using the dissidents rx_intui.library */
wind=rxi_GetWindow('Show Req',,,,,,,,)
IF wind == '' | wind == 0 THEN SAY 'Window open error'
/* Present an Automessage to the user. This one only has an OK (returns 1) */
ans=rxi_MsgOne(wind,'This is an automessage')
/* Print out the returned answer to the CLI */
SAY ans
wind=rxi_EndWindow(wind)